翻訳と辞書
Words near each other
・ GNU Gnubik
・ GNU Go
・ GNU GRUB
・ GNU Guile
・ GNU Guix
・ GNU Health
・ GNU Hello
・ Gnu High
・ GNU Hurd
・ GNU IceCat
・ GNU Interpreter for Java
・ GNU Lesser General Public License
・ GNU LibreJS
・ GNU Libtool
・ GNU lightning
GNU Linear Programming Kit
・ GNU linker
・ GNU m4
・ GNU Mach
・ GNU Mailman
・ GNU Manifesto
・ GNU MIX Development Kit
・ GNU MPFR
・ GNU Multiple Precision Arithmetic Library
・ GNU nano
・ GNU Octave
・ GNU Oleo
・ GNU Paint
・ GNU parallel
・ GNU Parted


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GNU Linear Programming Kit : ウィキペディア英語版
GNU Linear Programming Kit

The GNU Linear Programming Kit (GLPK) is a software package intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. The package is part of the GNU Project and is released under the GNU General Public License.
Problems can be modeled in the language GNU MathProg which shares many parts of the syntax with AMPL and solved with standalone solver GLPSOL.
GLPK can also be used as a C library.
GLPK uses the revised simplex method and the primal-dual interior point method for non-integer problems and the branch-and-bound algorithm together with Gomory's mixed integer cuts for (mixed) integer problems.
GLPK is supported in the free edition of the OptimJ modeling system
An independent project () provides a Java-based interface to GLPK (via JNI). This allows Java applications to call out to GLPK in a relatively transparent manner.
== History ==
GLPK was developed by Andrew O. Makhorin (Андрей Олегович Махорин) of the Moscow Aviation Institute. The first public release was in October 2000.
* Version 1.1.1 contained a library for a revised primal and dual simplex algorithm.
* Version 2.0 introduced an implementation of the primal-dual interior point method.
* Version 2.2 added branch and bound solving of mixed integer problems.
* Version 2.4 added a first implementation of the GLPK/L modeling language.
* Version 4.0 replaced GLPK/L by the GNU MathProg modeling language, which is a subset of the AMPL modeling language.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GNU Linear Programming Kit」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.